runtime.gcControllerState.update (method)
6 uses
runtime (current package)
arena.go#L905: gcController.update(-int64(s.elemsize), 0)
arena.go#L1095: gcController.update(int64(s.elemsize), 0)
mcache.go#L235: gcController.update(int64(s.npages*pageSize)-int64(usedBytes), int64(c.scanAlloc))
mcache.go#L272: gcController.update(int64(s.npages*pageSize), 0)
mcache.go#L344: gcController.update(dHeapLive, scanAlloc)
mgcpacer.go#L954: func (c *gcControllerState) update(dHeapLive, dHeapScan int64) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)